Actually call the default signal handlers instead of calling the
authorMurray Cumming <murrayc@usa.net>
Wed, 17 Dec 2003 17:52:47 +0000 (17:52 +0000)
committerMurray Cumming <murrayc@src.gnome.org>
Wed, 17 Dec 2003 17:52:47 +0000 (17:52 +0000)
commitc64c7ee080d4a5a64e9b8a056ada6b452be8bde4
treea62a244a8dea109a810072eb1915d985183cda2f
parent8baf8571b52f21c0012420669483f4769cfa13ca
Actually call the default signal handlers instead of calling the

2003-12-07  Murray Cumming  <murrayc@usa.net>

        * gtk/gtktreemodel.c:
        (row_inserted_marshal, row_deleted_marshal, rows_reorderered_marshal)
        Actually call the default signal handlers instead of calling the
        marshallers themselves in an endless loop. These default signal handler
        callbacks are not actually set so this is only noticed by gtkmm at
        the moment. Bug 123923.
ChangeLog
ChangeLog.pre-2-10
ChangeLog.pre-2-4
ChangeLog.pre-2-6
ChangeLog.pre-2-8
gtk/gtktreemodel.c